Sample Request
{
"Package": {
"Content": {
"Application": {
"Household": [{
"Dependant": [{
"@Age": "99",
"@DateOfBirth": "2023-02-08",
"@Name: "John Doe",
"@UniqueID": "eb4f68665745"
}],
"@Name": "Abbott Household",
"@NumberOfAdults": "1",
"@NumberOfDependants": "1",
"@SequenceNumber": "0",
"@UniqueID": "fa86c8054f4c"
}]
}
}
}
}
Detailed description of each field:
Field Name | Description | Type | Path | Required | Enumerations | Note |
---|
Household | A household to which one or more person applicants belong, used in relation to the calculation of household living expenses | array | Package.Content.Application.Household | | | |
Dependant | A person who depends on the applicant(s) for financial or other support | array | Package.Content.Application.Household.Dependant | | | |
@Age | The age of the dependant at the time of submitting the application | integer | Package.Content.Application.Household.Dependant.Age | | | |
@DateOfBirth | The dependant's date of birth | string | Package.Content.Application.Household.Dependant.DateOfBirth | Yes, if "no of dependants" is not zero | | |
@Name | The name of the dependant | string | Package.Content.Application.Household.Dependant.Name | | | |
@UniqueID | Unique Identifier for this Dependant Element | string | Package.Content.Application.Household.Dependant.UniqueID | Yes, if "no of dependants" is not zero | |